How are python pages coded and what can the language be compared to? [closed]

Posted by avon_verma on Stack Overflow See other posts from Stack Overflow or by avon_verma
Published on 2011-01-09T08:33:51Z Indexed on 2011/01/15 1:53 UTC
Read the original article Hit count: 196

I have a few questions about python

I've seen many pages like these on Google

...that have .py extensions.

1: Are pages like these built on pure python code, but printing out html like print "<div etc..." or like the typical asp,jsp,php type of pages with html pages and embedded python code like:

<html>
<% some python code %>
</html>

2: What is python mainly used for making? windows apps or web or .. ?

3: Are ruby and perl also similar to python?

© Stack Overflow or respective owner

Related posts about python

Related posts about programming-languages